Skip to main content

Retrieve join/exit history of a group for calculating rewards

GET 

/groups/:group_name/history

This endpoint retrieves the join/exit history of a group

Request

Path Parameters

    group_name stringrequired

Responses

Successful operation

Schema

  • Array [

  • user_id string
    joined_at date-time
    left_at date-time
  • ]

Loading...